home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / MSDOS / (m)aac / NYWHELP.20 < prev    next >
Text File  |  1986-08-02  |  4KB  |  86 lines

  1.                            PRINTING A FILE
  2.  
  3.     To  print  a  file,  press  the  <WRITE> command, and when you are
  4. prompted for the name of the file to write to, press <RETURN>. You are
  5. then  given  a  menu  of  options  which control the printing. We will
  6. discuss some of these options below. The default value for most of the
  7. options can be set in the WPPRMENU file. 
  8.  
  9.     After  altering  the  values in the printer menu, type <CTRL> D to
  10. begin the printing operation, type 'Q' to return to your file and  not
  11. print,  and  type  'M' to go into the printer queue maintainance menu.
  12. (Note - the M option is not valid in the IBM PC version.)
  13.  
  14.     The left margin specifies the number of spaces  the  printer  will
  15. skip  (minus  1) before it prints each line. If you type your document
  16. in the word processor with a margin of 1, and then specify a margin of
  17. 5 in the printer menu, then the printer will  print  4  spaces  before
  18. printing each line.
  19.  
  20.     The right margin option is really not implemented in this version,
  21. since NYW is a WYSIWYG word processor.
  22.  
  23.     The page shift option tells how many spaces each line on every ODD
  24. numbered  page will be shifted over. This is useful if you are working
  25. with two-sided manuscripts.
  26.  
  27.     There are two parameters which tell where  the  text  body  should
  28. start and end, and where the headers and footers should begin.
  29.  
  30.     If you need to print a single sheet at a time, turn on  the  pause
  31. option.  After  a page is printed, NYW will prompt you to insert a new
  32. piece of paper in the printer. After you do that, type  any  character
  33. on the keyboard and this printing will resume.
  34.  
  35.     You can specify what page you would like the headers  and  footers
  36. to start on. This option would be used if you did not want a header or
  37. footer  to  appear  on  the  first  page (company letterhead, start of
  38. chapter, etc.)
  39.  
  40.     The printer device option specifies the output device. For the IBM
  41. PC,  the  default  in  PRN:.  You can also print to a disk file. To do
  42. this, start the output device name with a backslash (ie - "\foo"  will
  43. print  the  document to a disk file called "foo"). If you want to, you
  44. can then edit this disk file, and send the result to  the  printer  by
  45. typing a command like "TYPE FOO > PRN:". (By the way, if you press the
  46. <NEXT  PARA>  key in the printer menu, you will be moved automatically
  47. to this option.)
  48.  
  49.     You can specify "temporary" headers and  footers  to  be  printed.
  50. The  headers  and footers that you create in the printer menu WILL NOT
  51. be saved with your document, unlike the headers and footers created in
  52. the format menu.
  53.  
  54.     If you are in the processing of printing a file,  and  you  either
  55. try  to exit the word processor or try to print another file, NYW will
  56. warn you that you are in the process of printing. NYW will ask you  if
  57. you  want  to  abort  the current print job - type 'y' if you want to.
  58. (Due to the fact that many printers have  internal  memory  to  buffer
  59. characters, the printing may not stop right away.)
  60.  
  61.                              DOT COMMANDS
  62.  
  63.     Some  word  processors  use  "dot  commands"  to control printing.
  64. Although NYW is a WYSIWYG word processor, there are a few special "dot
  65. commands" that are available. If you use a dot command, the  dot  must
  66. start at column 1 (or the left margin).
  67.  
  68.     The  ".TR" command allows any characters to be translated into any
  69. string of characters at print time. For instance, the command
  70.    .TR !=$$, @=\E^F, #=243
  71. says  that  from this point on, every time the print operation sees an
  72. an exclamation point in your file, it will send two  dollar  signs  to
  73. the printer. Likewise, every time the print operation encounters an at
  74. sign,  it  will  send  an  ESCAPE followed by a CTRL F to the printer.
  75. Also, when we see a pound sign, the decimal value 243 will be sent  to
  76. the printer (on most printers, this will print some sort of graphic).
  77.     To  see  characters  are  valid  after  the '=' sign, refer to the
  78. WPPRMENU file.
  79.  
  80.     The  ".IN"  option  takes  a  file  name  as  its  parameter,  and
  81. "includes" that file in the print operation. For instance, if  in  the
  82. middle of your document the print operation finds the line
  83.   .IN foo
  84. then the file named "foo" will be printed at that instant. After "foo"
  85. is  finished  being printed, the rest of your file will continue to be
  86. printed.